Include "bl_common.h" in Xilinx zynqmp_private.h
authorWendy Liang <[email protected]>
Fri, 10 Nov 2017 23:55:16 +0000 (15:55 -0800)
committerSiva Durga Prasad Paladugu <[email protected]>
Thu, 17 May 2018 09:43:03 +0000 (15:13 +0530)
Type "entry_point_info_t" is used in zynqmp_private.h. It is defined
in "bl_common.h". The header file which defines the type should be
included.

Signed-off-by: Wendy Liang <[email protected]>
plat/xilinx/zynqmp/zynqmp_private.h

index 94a99f43b381563c8e55271eaabc69eaaee51eda..aa650acb01ea061f57f72719e2e64405e6382544 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __ZYNQMP_PRIVATE_H__
 #define __ZYNQMP_PRIVATE_H__
 
+#include <bl_common.h>
 #include <interrupt_mgmt.h>
 
 void zynqmp_config_setup(void);